05. Perceptron Quiz

Perceptron Math

Suppose you were given a perceptron with weights that defined a decision boundary for admittance into a university based on some input test scores and grades; notice it has a bias term, as well, which defines the boundaries value when all x1, x2 inputs are 0.

This corresponds to a perceptron that looks like the following.

Given Score = 2*Test + 1*Grade - 18, suppose w1 was 1.5 instead of 2. Would the student who got 7 on the test and 6 on the grades be accepted or rejected?

SOLUTION: Rejected